Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.social.workspace.gadgets.library.theme

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.social.workspace.gadgets.library.theme">

  <require>org.nuxeo.theme.nuxeo.default</require>

  <extension target="org.nuxeo.theme.services.ThemeService" point="resources">
    <!-- CSS -->
    <!-- Gadgets CSS -->
    <resource name="gadget-library.css">
      <path>css/opensocial/gadgets/library.css</path>
    </resource>

    <!-- Gadgets JS -->
    <resource name="gadget-library.js">
      <path>scripts/opensocial/gadgets/library.js</path>
    </resource>
  </extension>

</component>